home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
gnu
/
djgpp
/
contrib
/
windows
/
test
/
makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-05-31
|
125 b
|
8 lines
CFLAGS = -O -I../inc
test : test.o ../lib/libw.a
gcc $(CFLAGS) $^ -o $@ -lpc
test.o : test.cc
gcc $(CFLAGS) -c $^